home *** CD-ROM | disk | FTP | other *** search
/ Great Canadian Scientists / GCS_CD.iso / pc / gcsdata / rhombu_g.dxr / 00007_Play Btn.ls < prev    next >
Encoding:
Text File  |  1996-09-01  |  173 b   |  13 lines

  1. on mouseUp
  2.   global myWindow, NoQuiz
  3.   cursor(4)
  4.   set NoQuiz to 1
  5.   BStart(30, 34)
  6.   go("Game")
  7.   tell myWindow
  8.     CleanUpQuiet()
  9.   end tell
  10.   OpenTime()
  11.   cursor(-1)
  12. end
  13.